﻿2026-07-22T04:41:51.3505023Z ##[group]Run actions/checkout@v5
2026-07-22T04:41:51.3505524Z with:
2026-07-22T04:41:51.3505896Z   repository: BigscreenVR/spt-bs-core
2026-07-22T04:41:51.3509286Z   token: ***
2026-07-22T04:41:51.3509648Z   ssh-strict: true
2026-07-22T04:41:51.3510002Z   ssh-user: git
2026-07-22T04:41:51.3510350Z   persist-credentials: true
2026-07-22T04:41:51.3510741Z   clean: true
2026-07-22T04:41:51.3511088Z   sparse-checkout-cone-mode: true
2026-07-22T04:41:51.3511513Z   fetch-depth: 1
2026-07-22T04:41:51.3511846Z   fetch-tags: false
2026-07-22T04:41:51.3512191Z   show-progress: true
2026-07-22T04:41:51.3512559Z   lfs: false
2026-07-22T04:41:51.3512893Z   submodules: false
2026-07-22T04:41:51.3513261Z   set-safe-directory: true
2026-07-22T04:41:51.3513650Z   allow-unsafe-pr-checkout: false
2026-07-22T04:41:51.3514051Z env:
2026-07-22T04:41:51.3514384Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T04:41:51.3514820Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T04:41:51.3515235Z ##[endgroup]
2026-07-22T04:41:51.4329591Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T04:41:51.4331154Z ##[group]Getting Git version info
2026-07-22T04:41:51.4331869Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T04:41:51.4333019Z [command]/usr/bin/git version
2026-07-22T04:41:51.4333454Z git version 2.43.0
2026-07-22T04:41:51.4346063Z ##[endgroup]
2026-07-22T04:41:51.4356983Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/735b94d2-9d15-4dad-a727-d6a8ecbaa8aa' before making global git config changes
2026-07-22T04:41:51.4358672Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T04:41:51.4360188Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T04:41:51.4391794Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T04:41:51.4410591Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T04:41:51.4419952Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T04:41:51.4422509Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T04:41:51.4440293Z refs/heads/main
2026-07-22T04:41:51.4446313Z [command]/usr/bin/git checkout --detach
2026-07-22T04:41:51.4493080Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T04:41:51.4528444Z [command]/usr/bin/git branch --delete --force main
2026-07-22T04:41:51.4551420Z Deleted branch main (was b68d5c3e).
2026-07-22T04:41:51.4644947Z ##[endgroup]
2026-07-22T04:41:51.4648008Z [command]/usr/bin/git submodule status
2026-07-22T04:41:51.4828554Z ##[group]Cleaning the repository
2026-07-22T04:41:51.4830806Z [command]/usr/bin/git clean -ffdx
2026-07-22T04:41:52.3006486Z Removing target/
2026-07-22T04:41:52.3017194Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T04:41:52.3070606Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T04:41:52.3075899Z ##[endgroup]
2026-07-22T04:41:52.3076874Z ##[group]Disabling automatic garbage collection
2026-07-22T04:41:52.3080413Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T04:41:52.3106909Z ##[endgroup]
2026-07-22T04:41:52.3107576Z ##[group]Setting up auth
2026-07-22T04:41:52.3110992Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T04:41:52.3137141Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T04:41:52.3335356Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T04:41:52.3364010Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T04:41:52.3549492Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T04:41:52.3575348Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T04:41:52.3772440Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T04:41:52.3803396Z ##[endgroup]
2026-07-22T04:41:52.3804264Z ##[group]Fetching the repository
2026-07-22T04:41:52.3809994Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b68d5c3e7361351182ac186e4eb920eeb7bf5fa6:refs/remotes/origin/main
2026-07-22T04:41:52.7932292Z ##[endgroup]
2026-07-22T04:41:52.7933455Z ##[group]Determining the checkout info
2026-07-22T04:41:52.7934570Z ##[endgroup]
2026-07-22T04:41:52.7935898Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T04:41:52.8011231Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T04:41:52.8036295Z ##[group]Checking out the ref
2026-07-22T04:41:52.8038245Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T04:41:52.8088319Z Switched to a new branch 'main'
2026-07-22T04:41:52.8089717Z branch 'main' set up to track 'origin/main'.
2026-07-22T04:41:52.8094075Z ##[endgroup]
2026-07-22T04:41:52.8121985Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T04:41:52.8140010Z b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
